home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-01-12 | 529 b | 18 lines |
- AUTOMAKE_OPTIONS = foreign
-
- bin_PROGRAMS = client
-
- client_SOURCES = auth.c config.c convert.c exit.c debug.c error.c init.c \
- io.c main.c misc.c parse.c ping.c sighandlers.c spool.c \
- sockets.c ssl.c stream.c
-
- DEFS1 = $(DEFS) $(LDEFS) -DBEEP# -DNOSSL# -DDEBUG -DBSDI -DSUN
-
- INCS = -I../include -I../../SSL/include -I/usr/local/ssl/include
-
- # (we use our own CFLAGS becaues autoconf uses -O2)
- CFLAGS = -Wall -g# -ansi -posix -pedantic
- COMPILE = $(CC) $(DEFS1) $(INCS) $(CFLAGS)
-
- CLEANFILES = log
-